home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Topik / Topik - Disk 36 - Archivers (19xx)(Topik Public Domain)(PD)[a][WB].zip / Topik - Disk 36 - Archivers (19xx)(Topik Public Domain)(PD)[a][WB].adf / LHUnarc / Lhunarc.doc < prev    next >
Text File  |  1990-10-07  |  4KB  |  106 lines

  1.  
  2. *** TOPIK Note : The executable is in this directory, accessible from the
  3.  *  CLI or Shell.
  4.  *
  5.  
  6.  
  7.                                    LHUNARC 0.96
  8.                                  31st March, 1990
  9.  
  10.                          Fast .LZH extractor for the Amiga
  11.  
  12.                             Written by Jonathan Forbes
  13.  
  14.    Disclaimer
  15.  
  16.    I am in no way responsible for anything this program does; you are using it
  17. entirely at your own risk, so if servile tadpoles from Vega wreak havoc in
  18. your neighbourhood, the human race is wiped out, the universe suddenly
  19. explodes, or some other such inconvenience occurs, don't blame me!
  20.  
  21.    If Lhunarc does have a small bug or two, it will show up as a CRC error
  22. when you decompress a file.  If you get a CRC error, use LHARC to decompress
  23. the file.  If LHARC *doesn't* gives you a CRC error, then you've probably
  24. discovered a bug, and I'd be grateful if you'd inform me of this as soon as
  25. is humanly possible.
  26.  
  27.  
  28.    What is Lhunarc?
  29.  
  30.    Lhunarc is a lightning fast file extractor for LHARC archives (files with an
  31. extension of .LZH.)  It is compatible with MS-DOS version 1.13c, and is two and
  32. a half times as fast as Amiga Lharc 1.1, as you will soon discover.
  33.  
  34.    Lhunarc features some incredibly optimised assembly language, enabling it
  35. to burn through any .LZH archive at high speed.  This sucker really cooks!
  36.  
  37.  
  38.    Usage: LHUNARC [V] <Archive> [File...]
  39.  
  40.  
  41. 1) To extract all files from 'BLAH.LZH', type:
  42.         Lhunarc BLAH.LZH
  43.    - or -
  44.         Lhunarc BLAH
  45.  
  46.  
  47. 2) To extract the files 'HELLO' and 'WORLD' from 'BLAH.LZH', type:
  48.         Lhunarc BLAH.LZH HELLO WORLD
  49.  
  50.  
  51. 3) Wildcards are allowed, so the following line will cause Lhunarc to extract
  52.    all files beginning with "Glug":
  53.         Lhunarc Glug#?
  54.  
  55.  
  56.    Directories will automatically be created if they are required.  If a file
  57. which Lhunarc wishes to extract, already exists, you will be prompted with:
  58.  
  59.    "File exists - overwrite? (Yes/No/All/Quit):"
  60.  
  61.    Entering "Y" will overwrite the file, while entering "N" will skip the file.
  62. Entering "A" will overwrite all files automatically from there onwards, and "Q"
  63. will abort Lhunarc immediately.
  64.  
  65.    Lhunarc will also permit you to view the contents of archives.  Simply enter
  66. a "V" before you enter the name(s) of the file(s) you wish to view.  For
  67. example, the following command will view the contents of WHATEVER.LZH:
  68.  
  69.         Lhunarc V WHATEVER
  70.  
  71.    For a very brief and useless help screen, type:
  72.  
  73.         Lhunarc H
  74.  
  75.  
  76.    Acknowledgements
  77.  
  78.    The original LHARC (MS-DOS) was written by Haruyasu Yoshizaki.  I used his
  79. freely distributable source code "lzhuf.c" and "lharc.c", and ported "lzhuf.c"
  80. to assembly language.
  81.  
  82.    I used Amiga Lharc 1.1, ported by Paolo Zibetti, for testing purposes.
  83.  
  84.  
  85.    This Program
  86.  
  87.    Lhunarc is a freely distributable, copyrighted piece of software.  You do
  88. not have to pay money to use it, and may upload it wherever you choose, but
  89. you are not allowed to sell Lhunarc for profit, or include Lhunarc on a disk
  90. which is sold for profit, without the author's (Jonathan Forbes) permission.
  91.  
  92.    I can be contacted at Canada Remote Systems as "Jonathan Forbes" (isn't
  93. that better than some twenty digit ID code?)
  94.  
  95.    My BBS (416-921-6638) is currently down, pending completion of Xenolink,
  96. a full featured FidoNet-compatible BBS program for the Amiga, which I have
  97. almost finished.
  98.  
  99.  
  100.    Closing Notes
  101.  
  102.    When I ported the decompression routines back into Lhwarp, disks
  103. decompressed *at least* twice as fast as they did before.  A typical disk now
  104. takes about 5 and a half minutes to decompress.  I'll have an update shortly.
  105.  
  106.